home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Amigacall v3.51 prof.adf / c / PowerShell.doc < prev    next >
Text File  |  1989-12-16  |  1KB  |  28 lines

  1. PowerShell FAST Doc's of 3.00 Beta
  2. Welcome to a util that will replace all those 'C' directory commands.
  3.  
  4. What to do ?
  5. - type in your normal CLI : PowerShell
  6. - You get a prompt 'Shell>'
  7.  
  8. What is it ?
  9. - You can now type 'help' to get a list of commands, those commands are
  10.   Build-in. You can now (almost) delete your directory 'C'
  11. - If you still want to use the DISK-COMMANDS (like 'dir'), type the command
  12.   in UP-CASE :
  13.   dir - This command will start the BUILD-IN dir command of PowerShell.
  14.   DIR - This command will start the normal DISK command of the AmigaDos CLI.
  15. - PowerShell will look on ALL active Disks for a programm :
  16.   If you type : diskmaster, then will PowerShell look on ALL Disks for THAT
  17.   programm and execute it !. So you never have to ask yourself : Where did I
  18.   put it ??????
  19. - Command line editor (like Conman, only faster). If you made a type-error,
  20.   You don't have type the line again !, use the arrow-key's (up & Down) to
  21.   select your command line. Use the Left & Right key's to EDIT the line.
  22. - Wildcards are set with a '*' : dir *.lzh, dir power*, copy p* ram: etc.
  23.   Like in Ami-Express or MS-Dos (Yek).
  24.  
  25. That's all you have to know (its a FAST doc).
  26.  
  27. Signed : PGT of Dutchcrack.
  28.